home *** CD-ROM | disk | FTP | other *** search
- This directory contains all the library object files for GCC/cross-gcc.
- These files go into the directory
-
- /usr/local/lib on the atariST
- $(CROSSDIR)/lib for the unix hosted Gcc based cross development system.
-
- The source for the library is in ../m-lib-src directory.
- The source for the dir library is in ../dir
- The source for the curses and curses-widget library is in ../curses.
- The source for the Portable Math Library is in ../pml
-
- Notes:
- - *.32.[oa] files are used when compiling for 32 bit integers
- - *.[oa] files are used when compiling for 16 bit integers
- - the driver program (gcc) will automatically pick up the correct
- files depending on whether the command line option `-mshort' is
- given.
- - is using gcc-ld directly, remember to specify `-mshort' when linking
- 16 bit integer files, otherwise it will pick up the wrong library
- object files.
-
- - iio*.a are integer only formatted i/o routines lib. include them
- before libc.a is you are not using any %f, %g, %e's in your program.
-
- send bugs/fixes/suggestions/comments to
- --
- bang: {any internet host}!dsrgsun.ces.CWRU.edu!bammi jwahar r. bammi
- domain: bammi@dsrgsun.ces.CWRU.edu
- GEnie: J.Bammi
-